QueryId

@Serializable
value class QueryId(val value: String) : Serializable(source)

The value must be a non-empty string consisting of alphanumeric, underscore (_) or hyphen (-) characters

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String